ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / ComboBoxBase<T> Class / MaxDropDownWidth Property

In This Topic
    MaxDropDownWidth Property (ComboBoxBase<T>)
    In This Topic
    Gets or sets the maximum width of the drop-down list.
    Syntax
    'Declaration
     
    Public Property MaxDropDownWidth As Double
    public double MaxDropDownWidth {get; set;}
    See Also